picture: Fix copy/paste error in docs
authorBenjamin Otte <otte@redhat.com>
Tue, 15 Dec 2020 23:26:16 +0000 (00:26 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 24 Dec 2020 05:38:45 +0000 (06:38 +0100)
gtk/gtkpicture.c

index 9431b571205707d2b3f261af51aa7d76ef77320d..6f0eb83240a4af78679fec3527170731df90acf2 100644 (file)
@@ -516,7 +516,7 @@ gtk_picture_new_for_filename (const char *filename)
  * gtk_picture_new_for_resource:
  * @resource_path: (nullable): resource path to play back
  *
- * Creates a new #GtkPicture displaying the file @filename.
+ * Creates a new #GtkPicture displaying the resource at @resource_path.
  *
  * This is a utility function that calls gtk_picture_new_for_file().
  * See that function for details.